home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 247 / 247.d81 / e.sound control < prev    next >
Text File  |  2022-08-26  |  171b  |  12 lines

  1. u                            PRINT THIS
  2.  
  3.            VOLUME CONTROLS
  4.            ---------------
  5.  
  6.  POKE 54296,v
  7.  
  8.     Set output volume of SID chip
  9.         (v = 0 to 15)
  10.  
  11.  
  12.  
  13.